home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / random choice < prev    next >
Text File  |  1999-06-15  |  867b  |  33 lines

  1. Category: Andrew's Filters 14
  2. Title: Random Choice...
  3. Copyright: Freeware
  4. Author: Andrew Buckle
  5. Filename: RandChce.8bf
  6.  
  7. R:val(7,-512,512)-mix(c,mix((r+g+b)/3,src(x+val(3,-1,1)*ctl(2),y+val(3,-1,1)*ctl(2),z)-mix(rnd(0,256)%c,c,ctl(0),ctl(1)),ctl(3),ctl(4)),ctl(5),ctl(6))
  8.  
  9. G:val(7,-512,512)-mix(c,mix((r+g+b)/3,src(x+val(3,-1,1)*ctl(2),y+val(3,-1,1)*ctl(2),z)-mix(rnd(0,256)%c,c,ctl(0),ctl(1)),ctl(3),ctl(4)),ctl(5),ctl(6))
  10.  
  11. B:val(7,-512,512)-mix(c,mix((r+g+b)/3,src(x+val(3,-1,1)*ctl(2),y+val(3,-1,1)*ctl(2),z)-mix(rnd(0,256)%c,c,ctl(0),ctl(1)),ctl(3),ctl(4)),ctl(5),ctl(6))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Mix Random 1
  16. ctl[1]: Mix Random 2
  17. ctl[2]: Shift
  18. ctl[3]: Mix Avg Src
  19. ctl[4]: Mix Avg Src 1
  20. ctl[5]: Mix Source 1
  21. ctl[6]: Mix Source 2
  22. ctl[7]: Over The Top
  23.  
  24. val[0]: 30
  25. val[1]: 18
  26. val[2]: 13
  27. val[3]: 125
  28. val[4]: 22
  29. val[5]: 98
  30. val[6]: 205
  31. val[7]: 142
  32.  
  33.